home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / KEYWORD / DSOLVE.KEY < prev    next >
Text File  |  1993-11-07  |  306b  |  7 lines

  1. * dsolve                                              external
  2. dsolve(y'(x)=f(x,y), y(x), x) solves the first order variables 
  3. separable and linear differential equations. The y'(x) must be 
  4. alone on the left hand side of the equations. 
  5. See also: solve, nsolve.
  6. e.g. dsolve(y'(x) = sin(x), y(x), x)
  7.